home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Delphi Magazine Collection 2001
/
Delphi Magazine Collection 20001 (2001).iso
/
DISKS
/
ISSUE09
/
CLINIC
/
TESTDLGU.DFM
/
TESTDLGU.txt
Wrap
Text File
|
1996-03-15
|
408b
|
23 lines
object TestForm: TTestForm
Left = 173
Top = 269
Width = 435
Height = 300
Caption = 'TestForm'
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
PixelsPerInch = 96
TextHeight = 13
object Button1: TButton
Left = 168
Top = 120
Width = 89
Height = 33
Caption = '&Show Dialog'
TabOrder = 0
OnClick = Button1Click
end
end